
        /* Typographie */
        h1 { font-size: 2.5rem; margin-bottom:0; color: #2c3e50;text-align: center; }
        h2 { font-size: 1.75rem; margin-bottom: 0.275rem; color: #34495e; }
        h3 { font-size: 1.5rem; margin-bottom: 0.25rem; color: #34495e; }
        h4 { font-size: 1.25rem; margin-bottom: 0.225rem; margin-top: 0.925rem; color: #34495e; }/* margin top rajout*/
        h5 { font-size: 1.1rem; margin-bottom: 0.25rem; color: #34495e; }
        /**/

  /* titre accordion reduc taille  */
        .H3accordion{ font-size: 1.2rem; font-weight: 700;}

        /* Typographie sur 2 lignes */
h1 span {
  /* Style de la deuxième ligne (le span) */
  margin-bottom: 1.8rem;
   font-style: italic; 
  display: block; /* Force le span à aller à la ligne */
  font-size: 1.4rem; /* Rendre la police plus petite */
  font-weight: 700; /* Rendre la police moins grasse pour la distinguer */
  color: #7f8c8d; /* Une couleur plus claire pour le sous-titre */
  /* margin-top: 0.002rem; Ajoute un petit espace entre les deux lignes */}

        h2 span  { font-size: 1.2rem; font-style: italic; margin-bottom: 0.275rem; color: #34495e; font-weight: 500; }
        h3 span  { font-size: 1.3rem; font-style: italic; margin-bottom: 0.25rem; color: #34495e;font-weight: 500;  }
        h4 span  { font-size: 1.1rem; font-style: italic; margin-bottom: 0.25rem; color: #34495e;font-weight: 500;  }

        /* / Typographie sur 2 lignes 

        p { margin-top 1rem; margin-bottom: 1rem; font-weight: 650;}*/

      p.model1 {
            font-weight: 600;
            text-align: center;
            /* Texte centré */
            line-height: 1.2;
            /* Espacement très serré entre les lignes */
            margin-bottom: 10px;
            /* Espace entre les paragraphes */
      }
/*
      p {
            font-weight: 600;
            text-align: left;
            /* Texte aligné à gauche */
            line-height: 0.8;
            /* Espacement très serré entre les lignes */
    /*  }
*/

        /* Listes 
        ul, ol, dl { margin-bottom: 1rem; padding-left: 20px; }
        li { margin-bottom: 0.5rem; }
        dt { font-weight: bold; margin-top: 0.5rem; font-size: 18px }
        dd { font-weight: 600; margin-left: 20px; margin-bottom: 0.2rem; }
*/
        /* Marges */

        .mt1 { margin-top: 1rem; }